home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / PC Tools Firewall / fwinstall.exe / {tmp} / KDSSetup.exe / install_script.iss
Text File  |  2010-01-13  |  6KB  |  75 lines

  1. ;InnoSetupVersion=5.2.1
  2.  
  3. [Setup]
  4. AppName=PC Tools KDS
  5. AppVerName=PC Tools KDS
  6. AppId=PC Tools KDS
  7. AppVersion=2.0.0.57
  8. AppPublisher=PC Tools Ltd.
  9. AppPublisherURL=http://www.pctools.com/
  10. AppSupportURL=http://www.pctools.com/
  11. AppUpdatesURL=http://www.pctools.com/
  12. DefaultDirName={cf}\PC Tools\KDS
  13. DefaultGroupName=PC Tools KDS
  14. OutputBaseFilename=in
  15. Compression=lzma
  16. DisableProgramGroupPage=yes
  17. LicenseFile=embedded\License.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\KDSInterface.dll"; DestDir: "{app}"; BeforeInstall: "CallBeforeInstall_MD5(ExpandConstant('{app}\KDSInterface.dll'))"; AfterInstall: "CallAfterInstall_MD5(ExpandConstant('{app}\KDSInterface.dll'))"; MinVersion: 5.0,5.0.2195 Service Pack 4; Flags: restartreplace overwritereadonly uninsrestartdelete 
  23. Source: "{app}\KDSAppEvent.dll"; DestDir: "{app}"; BeforeInstall: "CallBeforeInstall_MD5(ExpandConstant('{app}\KDSAppEvent.dll'))"; AfterInstall: "CallAfterInstall_MD5(ExpandConstant('{app}\KDSAppEvent.dll'))"; MinVersion: 5.0,5.0.2195 Service Pack 4; Flags: restartreplace overwritereadonly uninsrestartdelete 
  24. Source: "{sys}\drivers\PCTAppEvent.sys"; DestDir: "{sys}\drivers"; Check: "Not IsWin64"; BeforeInstall: "CallBeforeInstall_MD5_CAT(ExpandConstant('{sys}\drivers\PCTAppEvent.sys'))"; AfterInstall: "CallAfterInstall_MD5_CAT(ExpandConstant('{sys}\drivers\PCTAppEvent.sys'))"; MinVersion: 5.0,5.0.2195 Service Pack 4; Flags: restartreplace overwritereadonly uninsrestartdelete 
  25. Source: "{sys}\drivers\PCTAppEvent.cat"; DestDir: "{sys}\drivers"; Check: "(Not IsWin64) and RtnCatRslts"; MinVersion: 5.0,5.0.2195 Service Pack 4; Flags: restartreplace overwritereadonly uninsrestartdelete 
  26. Source: "{sys}\drivers\PCTCore.sys"; DestDir: "{sys}\drivers"; Check: "Not IsWin64"; BeforeInstall: "CallBeforeInstall_MD5_CAT(ExpandConstant('{sys}\drivers\PCTCore.sys'))"; AfterInstall: "CallAfterInstall_MD5_CAT(ExpandConstant('{sys}\drivers\PCTCore.sys'))"; MinVersion: 5.0,5.0.2195 Service Pack 4; Flags: uninsneveruninstall restartreplace overwritereadonly 
  27. Source: "{sys}\drivers\pctcore.cat"; DestDir: "{sys}\drivers"; Check: "(Not IsWin64) and RtnCatRslts"; MinVersion: 5.0,5.0.2195 Service Pack 4; Flags: uninsneveruninstall restartreplace overwritereadonly ignoreversion 
  28. Source: "{sys}\drivers\PCTCore64.sys"; DestDir: "{sys}\drivers"; Check: "IsWin64"; BeforeInstall: "CallBeforeInstall_MD5_CAT(ExpandConstant('{sys}\drivers\PCTCore64.sys'))"; AfterInstall: "CallAfterInstall_MD5_CAT(ExpandConstant('{sys}\drivers\PCTCore64.sys'))"; MinVersion: 5.0,5.0.2195 Service Pack 4; Flags: uninsneveruninstall restartreplace overwritereadonly 64bit 
  29. Source: "{sys}\drivers\pctcore64.cat"; DestDir: "{sys}\drivers"; Check: "IsWin64 and RtnCatRslts"; MinVersion: 5.0,5.0.2195 Service Pack 4; Flags: uninsneveruninstall restartreplace overwritereadonly ignoreversion 64bit 
  30.  
  31. [Registry]
  32. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\Uninstall\PC Tools KDS_is1"; MinVersion: 5.0,5.0.2195 Service Pack 4; Flags: deletekey 
  33. Root: HKLM; Subkey: "Software\PCTools\CommonFiles\KDS"; ValueName: "UninstallString"; ValueType: String; ValueData: "{uninstallexe}"; MinVersion: 5.0,5.0.2195 Service Pack 4; Flags: uninsdeletevalue 
  34. Root: HKLM; Subkey: "Software\PCTools\CommonFiles\KDS"; ValueName: "Version"; ValueType: String; ValueData: "2.0.0.57"; MinVersion: 5.0,5.0.2195 Service Pack 4; Flags: uninsdeletevalue 
  35. Root: HKLM; Subkey: "Software\PCTools\CommonFiles\KDS"; ValueName: "Alpha"; ValueType: String; ValueData: "d"; MinVersion: 5.0,5.0.2195 Service Pack 4; Flags: uninsdeletevalue 
  36. Root: HKLM; Subkey: "SOFTWARE\PCTools\CommonFiles"; ValueName: "KDS"; ValueType: String; ValueData: "{cf}\PC Tools\KDS"; MinVersion: 5.0,5.0.2195 Service Pack 4; Flags: createvalueifdoesntexist uninsdeletevalue 
  37. Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Services\Eventlog\System\PCTCore"; ValueName: "TypeSupported"; ValueType: Dword; ValueData: "$7"; MinVersion: 5.0,5.0.2195 Service Pack 4; Flags: uninsdeletevalue 
  38. Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Services\Eventlog\System\PCTCore"; ValueName: "EventMessageFile"; ValueType: ExpandSZ; ValueData: "%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\Drivers\PCTCore.sys"; Check: "Not IsWin64"; MinVersion: 5.0,5.0.2195 Service Pack 4; Flags: uninsdeletevalue 
  39. Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Services\Eventlog\System\PCTCore"; ValueName: "EventMessageFile"; ValueType: ExpandSZ; ValueData: "%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\Drivers\PCTCore64.sys"; Check: "IsWin64"; MinVersion: 5.0,5.0.2195 Service Pack 4; Flags: uninsdeletevalue 
  40.  
  41. [Tasks]
  42. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; MinVersion: 5.0,5.0.2195 Service Pack 4; 
  43. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; MinVersion: 5.0,5.0.2195 Service Pack 4; 
  44. Name: "pctcore"; Description: "Install PCTCore Driver"; GroupDescription: "Install System Drivers"; MinVersion: 5.0,5.0.2195 Service Pack 4; 
  45. Name: "appeventsdriver"; Description: "Install App Events Driver"; GroupDescription: "Install System Drivers"; MinVersion: 5.0,5.0.2195 Service Pack 4; 
  46.  
  47. [InstallDelete]
  48. Type: files; Name: "{app}\Microsoft.VC80.CRT.manifest"; 
  49. Type: files; Name: "{app}\msvcm80.dll"; 
  50. Type: files; Name: "{app}\msvcp80.dll"; 
  51. Type: files; Name: "{app}\msvcr80.dll"; 
  52.  
  53. [UninstallDelete]
  54. Type: files; Name: "{app}\Microsoft.VC80.CRT.manifest"; 
  55. Type: files; Name: "{app}\msvcm80.dll"; 
  56. Type: files; Name: "{app}\msvcp80.dll"; 
  57. Type: files; Name: "{app}\msvcr80.dll"; 
  58. Type: files; Name: "{app}\*.txt"; 
  59.  
  60. [CustomMessages]
  61. english.NameAndVersion=%1 version %2
  62. english.AdditionalIcons=Additional icons:
  63. english.CreateDesktopIcon=Create a &desktop icon
  64. english.CreateQuickLaunchIcon=Create a &Quick Launch icon
  65. english.ProgramOnTheWeb=%1 on the Web
  66. english.UninstallProgram=Uninstall %1
  67. english.LaunchProgram=Launch %1
  68. english.AssocFileExtension=&Associate %1 with the %2 file extension
  69. english.AssocingFileExtension=Associating %1 with the %2 file extension...
  70.  
  71. [Languages]
  72. ; These files are stubs
  73. ; To achieve better results after recompilation, use the real language files
  74. Name: "english"; MessagesFile: "embedded\english.isl"; 
  75.